+Thu Dec 22 18:53:14 2005 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
+
Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h: parent type fixups in structure declarations.
+Thu Dec 22 18:53:14 2005 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
+
Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h: parent type fixups in structure declarations.
NULL, /* value_table */
};
- object_type = g_type_register_static (G_TYPE_UNOWNED, I_("GtkObject"),
+ object_type = g_type_register_static (G_TYPE_INITIALLY_UNOWNED, I_("GtkObject"),
&object_info, G_TYPE_FLAG_ABSTRACT);
}
struct _GtkObject
{
- GUnowned parent_instance;
+ GInitiallyUnowned parent_instance;
/* 32 bits of flags. GtkObject only uses 4 of these bits and
* GtkWidget uses the rest. This is done because structs are
struct _GtkObjectClass
{
- GUnownedClass parent_class;
+ GInitiallyUnownedClass parent_class;
/* Non overridable class methods to set and get per class arguments */
void (*set_arg) (GtkObject *object,